home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-21 | 372 b | 15 lines | [TEXT/MPCC] |
- // Quickdraw 3D sample code
- //
- // Nick Thompson, AppleLink: DEVSUPPORT (devsupport@applelink.apple.com)
- //
- // ©1994-5 Apple Computer Inc., All Rights Reserved
-
- #ifndef _FILE_STUFF_
- #define _FILE_STUFF_
-
-
- void WriteGroupToFile( TQ3FileObject file, TQ3GroupObject theData, TQ3ViewObject theView) ;
- Boolean WriteFile(TQ3GroupObject theData, TQ3ViewObject theView ) ;
-
-
- #endif